home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / scrollingtricks / source / scroller_xyunlimited2 / map.h < prev    next >
C/C++ Source or Header  |  1999-04-19  |  168b  |  13 lines

  1. struct RawMap
  2. {
  3.     WORD    mapwidth;
  4.     WORD    mapheight;
  5.     WORD    maplayers;
  6.     WORD    blockwidth;
  7.     WORD    blockheight;
  8.     BYTE    bytesperblock;
  9.     BYTE    transparentblock;
  10.     UBYTE    data[1];
  11. };
  12.  
  13.